Skip to main content

DeleteTagWithUuid

Description

call DeleteTagWithUuid to delete the label of asset binding on the asset page.

Request Method

POST

Request Path

/apsara/route/Sas/DeleteTagWithUuid

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
TagNameBODYstringYesaaaatag name.
regionIdBODYstringYesNo sample value for this parameter.region id
UuidListBODYstringNo111-xx,aa-bbUUID list of servers. description if the UUID list is set, the cloud security center only deletes the tag on the servers involved in the UUID list. If the UuidList is empty, Security Center will completely delete the label.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring7E0618A9-D5EF-4220-9471-C42B5E92719Fthe unique identifier generated by alibaba cloud for this request.

Example

Successful Response example

{
"RequestId":"7E0618A9-D5EF-4220-9471-C42B5E92719F"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}